home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.tip.net!usenet
- From: mats@plea.se (Mats Magnusson)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: YASL (was: AsynchIO (was: fastest file read method ??))
- Date: 4 Feb 1996 06:20:11 GMT
- Organization: Uniplus Internet Access
- Message-ID: <790.6608T406T1840@plea.se>
- References: <w9YbsMD4ACazz9@jeff.dame.shnet.org> <w+RYXMD4FC8aRz1@_crisi.blackbox.shnet.org> <4dsalp$t68@news1.halcyon.com>
- <4du0ju$84b@news.sdd.hp.com> <4e2e76$9k3@toad.stack.urc.tue.nl>
- <4e3j8v$jd0@news.sdd.hp.com> <4e7si4$ore@tuegate.tue.nl>
- <4e8asc$rht@news.sdd.hp.com> <1349.6599T1259T2701@amiga.pp.se> <4egkuh$j1q@news.sdd.hp.com>
- NNTP-Posting-Host: beatles.plea.se
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- >>easy to flush libraries from memory that you do not need opposed to the
- >>overlay technique which IMHO leaves many wishes to be satisfied.
-
- >Irrelevant to my point, really. Whether the code is in an overlay, in
- >the program itself, or in BeepBop-a-ReeBop.library is irrelevant. If no
- >one else will be using the library, it serves no purpose than to confuse
- >things.
-
- Well, if you didn't know, from os 2.0 and on, you have an automagic assign
- called PROGDIR:, which points to the directory wherer you'r executable
- resides in, and you can place all libraries needed by that executable in
- it's directory (or was it in a libs directory undre that). Anyway, a
- library used by only one program can easily be placed by the same place as
- that program, instead of in your usual LIBS: place.
-
-